body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    font-family: "Noto Sans", sans-serif;
}

footer {
    background-color: white;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: teal;
    text-align: center;
}

.nav-wrapper {
    display: flex;
    justify-content: space-around;
}

.theFoodGroup {
    font-size: 2rem !important;
}

.marginTop {
    margin-top: 3rem;
}

.marginB {
    margin-bottom: 3rem;
}

.container {
    width: auto;
    margin: 0 auto;
}

.card-image {
    width: auto;
}

.card.large {
    height: 100%;
}

.recipeHeaderStyle {
    margin-bottom: -7px;
    border-top-left-radius: 2.5px;
    border-top-right-radius: 2.5px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-shadow: 1.2px 1.2px 2px black;
}

#groceryFix {
    margin-top: 1.5px;
}

.card-image {
    margin-top: -9px;
}

iframe {
    border: 0;
    width: 100%;
    height: 400px;
}

.paddingAdd {
    padding: 1rem;
}
